Step 1:
Install git on your computer https://git-scm.com/downloads
Install Node.js (comes with npm) https://nodejs.org/en/

 Step 2:
Download a code editor of your choice, VsCode is suggested, can be found at:
https://code.visualstudio.com/download

 Step 3:
Open Visual Studios Code and select get from version control, from the dropdown, select git. 
A link will be requested where you will input the following link: https://github.com/Elton360/mission-audition.git

 Step 4:
After the project is cloned in your computer you will be able to access it from your command line interface. 
After that, go to your project from the terminal by using “cd” and going to the folder where the project is in.

 Step 5:
Install all the backend node dependencies by running the following commands in the root directory: 
npm install 

 Step 6:
Once everything is completed, use the command within the root folder “npm start” to start the app. 
A window will open in your default browser with the app running.

